branch predication造句
例句與造句
- The 64-bit version of the ARM architecture does not support branch predication.
- The machine code for the above example using branch predication might look something like this:
- A few instruction sets include a predicate field in every instruction; this is called branch predication.
- It is often possible to use bitwise operations, conditional moves or other branch predication instead of branches.
- With branch predication, all possible branch paths are coded inline, but some instructions execute while others do not.
- It's difficult to find branch predication in a sentence. 用branch predication造句挺難的
- Unlike a typical modern graphics processing unit, there are no plans to provide special hardware to support branch predication.
- Since it has no condition codes, RISC-V must do branches instead of branch predication, that is, conditional execution of instructions.
- In assembly language, branch predication is a feature of certain central processing unit ( CPU ) instruction sets which permits conditional execution of instructions, without having to perform costly conditional jumps.
- In x86-64 architectures from both Intel and AMD, a limited form of branch predication may be performed through the use of CMOV ( conditional move ) instructions : a source operand is conditionally moved to the destination operand depending on the value of a flag register.
- The ARM's 16-bit Thumb instruction set has no branch predication, in order to save encoding space, but its successor Thumb-2 overcomes this problem using a special instruction which has no effect other than to supply predicates for the next four instructions.